

#main {
    background: #f7f7f7;
    overflow: hidden
}

    #main .wrap {
        position: relative;
        overflow: hidden;
        background: #fff;
        margin: 40px auto;
        padding: 30px;
        display: flex;
        justify-content: space-between
    }

.contleft {
    width: 28%;
    position: relative;
}



/**news**/

#main .wrap.news_today {
    margin: 0px auto;margin-top:20px;
    background: none;display:block;padding:0;
}
.news_today {width:100%  ; font-size: 0; /* 消除 inline-block 间隙 */
}
    .news_today li {
        font-size: 1.2rem;
        line-height: 2em;
        text-align: center;
        display: inline-block; /* 替代 float */
        width: 50%;
        font-size: 1rem; 
    }
        .news_today li h2 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
          
        }
        .news_today li a {
            color: #004898;
        }

        .news_today li :hover {
            color: #f00;
        }

        .news_today li:nth-child(1) {
            font-size: 1.2rem;   
          
            float: none;
            width: 100%;
            margin: 20px 0;
        }
            .news_today li:nth-child(1) h2 {
                font-weight: bold;
            }




            .contpic {
                width: 40%;
                position: relative;
                border-left: 1px solid #ccc;
                border-right: 1px solid #ccc;
            }

    .contpic .slides li {
        width: 100%;
        position: relative;
        display: none;
    }


        .contpic .slides li h2 {
            text-align: center;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            font-size: 1.7rem;
            line-height: 2em;
            font-weight: bold;
            margin: 50px 0 10px 0;
            padding: 0 8%;
        }

        .contpic .slides li p {
            display: -webkit-box;
            -webkit-line-clamp:3; 
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #888;
            font-size: 1.3rem;
            line-height: 1.8em;
            padding: 0 8%;
        }

    .contpic .flex-control-nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 2rem;
        z-index: 2
    }

        .contpic .flex-control-nav li {
            display: block;
            width: 10px;
            height: 10px;
            display: inline-block;
            margin: 0 4px;
            overflow: hidden;
            background: #fff;
            text-align: center;
            line-height: 20px;
        }

            .contpic .flex-control-nav li a {
                text-indent: -88px;
                display: block;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background: #eee;
                position: relative;
                cursor: pointer;
            }

                .contpic .flex-control-nav li a.flex-active {
                    color: #fff;
                    background: #048
                }

    .contpic .slides li .picbox {
        width: 100%;
        position: relative;
        padding-bottom: 60%
    }

        .contpic .slides li .picbox img {
            position: absolute;
            width: 100%;
            height: 100%;object-fit: cover;
        }

    .contpic .flex-direction-nav {
        display: none;
    }

.contright {
    width: 28%;
    position: relative;
}

.newsli {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: none;
}

.title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

    .title li {
     
        height: 40px;
        line-height: 40px;
        float: left;
        margin-right: 2rem; text-align:center;
    }

        .title li h2 {
            font-size: 1.6rem;
            font-weight: 500;
            padding: 2px 10px;
            background: #eee; border-radius:3px;
        }
            .title li h2 a {
                color: #666;
            }
            .title li.titlecur h2 {
                background: #048
            }

    .titlecur h2 a {
        color: #fff !important;
    }



.title li:hover span {
    display: block !important;
}

.title li:hover h2 {
    color: #004488 !important;
}



.more {
    float: right;
    line-height: 40px;
}

.list {
    width: 100%;
    position: relative;
    margin-top: 10px;
}

    .list ul {
        display: none;
    }

    .list li {
        width: 100%;
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        .list li:last-child {
            border: none;margin-bottom:0;
        }

        .list li h2 {
            height: 5rem;
            display: -webkit-box;
            -webkit-line-clamp: 2; /*     2   */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1.4rem;
        line-height: 1.8em
    }



        .list li span {
            display: block;
            font-size: 1.2rem;
            color: #048;
        }




/* CSS Document */
.ck {
    width: 100%;
    background: #fff;
    position: relative;
    padding: 30px 0;
}

#main .ck .wrap {
    padding: 0;
    height: auto;
}

.ck ul {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5%;
}

.ck li {
    width: 14.5%;
    overflow: hidden;
    border: 1px solid #eee;

}

    .ck li a {
        width: 100%;
        height: 100%;
        display: block;
        padding: 20px;
        overflow: hidden
    }

        .ck li a:hover {
            background: #048;
            color: #fff
        }

    .ck li .picbox {
        border-radius: 50%;
        overflow: hidden;
        background: #f7f7f7;
        width: 6rem;
        height: 6rem;
        margin-right: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        padding: 1rem;
    }

    .ck li img {
        float: left;
        width: 100%;
        height: auto;
        display: block;
    }


    .ck li h2 {
        font-size: 1.9rem;
        text-align: center;
        vertical-align: middle; white-space:nowrap;
        margin-top: 1.8rem
    }

    .ck li a:hover h2 {
        color: #fff
    }




/* floatingAd */
.floatingAd .ad {
    z-index: 100;
    background: none;
    position: absolute;
    display: none;
}

.floatingAd a {
    color: #000000;
    display: inline-block;
    text-decoration: none;
}

    .floatingAd a img {
        border: 0;
    }

.floatingAd .opacity {
    position: absolute;
    top: 0;
    left: 0 width:100%;
    height: 25px;
    background-color: #000000;
    opacity: 0.20;
    filter: alpha(opacity = 20);
}

.opacity1 {
    opacity: 0.90;
    filter: alpha(opacity = 90);
}

.floatingAd .text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 25px;
    color: #000000;
    line-height: 25px;
    z-index: 150
}

    .floatingAd .text .button {
        position: relative;
        float: right;
        top: 5px;
        right: 5px;
        width: 16px;
        height: 16px;
        background: url("/images/close.png") no-repeat;
        cursor: pointer;
    }

    .floatingAd .text .title {
        position: relative;
        float: left;
        font-size: 12px;
        margin-left: 5px;
        display: none;
    }

@media screen and (max-width:900px) {

video{max-width:100%;height:auto}
    #main .wrap {
        margin: 20px auto;
        height: auto;
        flex-direction: column;
        padding: 0 1.5rem
    }
    .news_today ul {
    margin:20px}
    .news_today li, .news_today li:nth-child(1) {
        float: none;
        width: 100%;
        display: block;
        margin-bottom: 1em;
    }
    .contleft, .contpic, .contright {
        width: 100%
    }
        .contleft .title {
        margin-top:30px;}
        .list li h2 {
            height: auto
        }


    .title {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
        .title li{margin-right:1.5rem}
        .title li h2 {
            font-size: 1.5rem
        }

    .list li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .list li:last-child {
            text-align: center
        }
    .title ul {
    display:flex;justify-content:space-between;gap:15px;}
    .title ul li {
        /* 保留li的可点击提示（如手型指针） */
        cursor: pointer;margin-right:0;flex:1
    }

    .title li h2 a {
        pointer-events: none; /* 辅助阻止a标签点击 */
        color: #b0b0b0; /* 区分a标签与li的视觉 */
        text-decoration: none;
    }



    .more {
        float: none;
        display: block;
        background: #f7f7f7;
        padding: 0.5rem 1rem;
        border-radius: 0.5rem;
        font-size: 1.2rem;
    }

    .list li h2 {
        font-size: 1.3rem
    }

    .contpic {
        margin-bottom: 30px;
        border: 1px solid #eee
    }

        .contpic .slides li h2 {
            margin: 15px 0 15px 0;
        }
        .contpic .flex-control-nav {
        bottom:1rem}        .contpic .slides li p {
        margin-bottom:40px    
        }
        #main .ck {
            padding: 1rem 0;
        }

        #main .ck .wrap {
            padding: 0 1rem;
            margin: 0
        }

    .ck ul li {
        width: 48%;
        margin-bottom: 1em;
    }

    .ck li .picbox {
        margin: 0 auto 0 1rem;
        width: 3rem;
        height: 3rem;
        padding: 0.3rem
    }

    .ck li img {
        display: block;
        float: none
    }

    .ck li a {
        padding: 1rem
    }

    .ck li h2 {
        font-size: 1.5rem;
        margin-top: 0.6rem
    }
}
